-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for io.js #2
Conversation
ide
commented
Jun 24, 2015
- Added test case for a stack trace from io.js 2.3.0 (worked fine, didn't require changes)
- Added Travis configuration
The pattern for Gecko-style traces can match both URLs that start with a protocol and also local file paths when running scripts in JavaScriptCore. Allow files to start with any non-space character which covers periods, hyphens, and underscores for example.
@Calamari sorry to bother you -- could you take a look at this PR? |
@Calamari - ping |
Pong.. I am currently without notebook on vacation since bit over 2 weeks
|
Cool. Thanks for the update =) |
Run on Node 0.10 and 0.12 and io.js 1.x and 2.x.
Support and test cases for io.js
Thanks! Could you publish a new release to npm? |